翻訳と辞書
Words near each other
・ Entitative graph
・ Entitativity
・ Entities (album)
・ Entitled Opinions
・ Entitlement
・ Entitlement (fair division)
・ Entitlement commodities
・ Entitlement reform
・ Entitlement theory
・ Entity
・ Entity (2012 film)
・ Entity (album)
・ Entity (disambiguation)
・ Entity (netlabel)
・ Entity Abstraction Pattern
Entity Bean
・ Entity classification election
・ Entity component system
・ Entity concept
・ Entity Framework
・ Entity FX
・ Entity integrity
・ Entity linking
・ Entity Paradigm
・ Entity realism
・ Entity Registry
・ Entity-level controls
・ EntitySpaces
・ Entity–attribute–value model
・ Entity–relationship model


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Entity Bean : ウィキペディア英語版
Entity Bean
An "Entity Bean" is a type of Enterprise JavaBean, a server-side Java EE component, that represents persistent data maintained in a database. An entity bean can manage its own persistence (Bean managed persistence) or can delegate this function to its EJB Container (Container managed persistence). An entity bean is identified by a primary key. If the container in which an entity bean is hosted crashes, the entity bean, its primary key, and any remote references survive the crash.
In EJB 3.0, entity beans were superseded by the Java Persistence API (which was subsequently completely separated to its own spec as of EJB 3.1). Entity Beans have been marked as a candidate for pruning as of Java EE 6〔http://www.oracle.com/technetwork/articles/javaee/javaee6overview-part3-139660.html〕〔http://www.infoq.com/news/2009/04/ee-pruning〕 and are therefore considered a deprecated technology.
Entity Beans before EJB 2.0 should not be used in great numbers〔
〕 because each entity bean was in fact a RMI stub with its own RMI connection to the EJB server. Obtaining 1000 entity beans as a single operation would result in 1000 simultaneous internet connections to the RMI back-end . Since TCP/IP only supports 65536 ports you are essentially limited to using 65536 entity beans at a time. For example, if a client application wanted to monitor the state of 1024 database entries it would take 1024 entity bean references and thus 1024 RMI connections to the EJB server, the EJB server would in turn need to support all 1024 connections from each client application, and would be limited to serving at most 64 client applications at which point all further internet connections would be ignored. These limitations are impossible to overcome when using entity beans over RMI.
== References ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Entity Bean」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.